home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / game / patch / ClickStart.lha / ClickStart.doc next >
Encoding:
Text File  |  1998-02-14  |  4.6 KB  |  130 lines

  1. ******************************************
  2. *  ------------------------------------  *
  3. * / ClickStart And all in this package \ *
  4. * \ Is ©Nils-Erik Reklev Skilnand 1997 / *
  5. *  ------------------------------------  *
  6. ******************************************
  7.  
  8. A small doc for ClickStart V1.0 Rev 3.942 
  9.  
  10. ClickStart and the other files included in this package can be used by 
  11. anyone who wants to.
  12.  
  13. There should be two directories with these files:
  14.  
  15. BootFiles/
  16.       Startup-Sequence
  17.       RenamedFile.info
  18.       RebootStart
  19.  
  20. and Devs/
  21.       Min-Mountlist
  22.  
  23. In the root there should be three files:
  24.  
  25. ClickStart
  26. Clickstart.doc
  27. ClickStart.info
  28.  
  29. ***************
  30. * What is it? *
  31. ***************
  32. ClickStart is an AmigaDOS script that make you choose if you like to run 
  33. the demo or restart your computer. If you have enough memory, the demo will
  34. be loaded right away. If you have to little chip mem, it rebootstarts the demo. 
  35.  
  36. **************
  37. * History... *
  38. **************
  39. It started with a script that were included on the Amiga Format CD where you 
  40. could select to run the demo or cancel. It also showed how much memory the demo 
  41. required, and if it quitted to DOS. Then I wanted to make a script that 
  42. rebooted your computer if you didn`t have enough memory. Some demos is even 
  43. working better if you don't start them from workbench. So this script was born 
  44. I have done a lot of changes since the first version and is almost free for
  45. bugs. Anyway I'm not RESPONSIBLE for any damage.
  46.  
  47. Version 1.0 Rev 3.942 - First "commercial" release.
  48.  
  49. * Mounts a Rad Disk.
  50. * Uses "Pipe-device" / Pipe-mountlist to reqognize filetype.
  51. * Checks if the file is exec or not.
  52. * Checks if the file is a device or library
  53. * If it cannot find the filetype, it asks if it`s a script.
  54. * If it IS a script, it creates a small file with the the original filename
  55.   included, so that you can doubleclick on the icon named "Renamedfile". Then
  56.   you get the original filename back
  57. * Copies ALL needed files to MD0: (A 40k Raddisk)  
  58. * Checks how much Chip memory you have. And asks how much Chip memory that 
  59.   is needed to start the demo. (1200Kb, 1400Kb, 1800Kb, Other)
  60. * Tells wether or not the demo exits to WB (If you configure it to so in the 
  61.   Clickstart script. Eg. types in where this text appears in the script: 
  62.   "Exits to WB = YES, Ofcourse!*) 
  63. * Runs the demo multiple times if wanted (Y/N requester)
  64.  
  65. **************
  66. * Known Bugs *
  67. **************
  68. - Cannot handle spaces in filenames/dirnames
  69. - Be careful about rebooting the machine while demo runs... Some demos - Eg.
  70.   The Black Lotus demo "TINT" have the ability to cause a validation error..
  71.   The machine will probably fix it, but it sucks like hell to wait for it...
  72. - People with 2MEG CHIP only could still be doomed, because the RAD disk COULD
  73.   take to much space in the memory
  74.  
  75. ********************
  76. * How to install ? *
  77. ********************
  78. 1.Make sure you have these commands on your your AMIGA
  79.  
  80.     SYS:C/
  81.         RequestChoice (Included in OS 3.x)
  82.         RequestFile
  83.         ED
  84.         Reset
  85.         Cpu
  86.  
  87.     SYS:Devs/ or SYS:Storage/Dosdrivers
  88.         Pipe Mountlist
  89.  
  90.     SYS:L/
  91.         Pipe-handler
  92.  
  93.  
  94. (I have not used any third party commands in this script...)
  95.  
  96. 2. Copy ALL files/dirs included in this archive into the "main" directory of
  97.    the demo you want to be Clickstarted.     
  98.  
  99.  
  100. 3. When you Start the program for the first time it will ask for a file to
  101.    execute. This could be a script or a executable file. The script will find
  102.    the filetype for you. If you choose a script it will rename this script to 
  103.    ReqBootFile and there will be made another script with an icon called 
  104.    RenamedFile if you have selected wrong script or it seemed to be a datafile. 
  105.    What you do is double click the RenamedFile icon and the file will recover 
  106.    to the original.
  107.  
  108. 4. When you have selected the requested file you will be asked about the
  109.    minimum ammount of chip memory that the demo requires. If you select the 
  110.    "Other" button the program ED will popup on your screen. Then you just type
  111.    in the amount of memory in BYTES and push "Esc" and "x" button. 
  112.  
  113.  
  114. If you use the script, and likes/dislikes it, feel free to write to me and tell
  115. me what you think of it. Is it good or is it not worth the work you had to
  116. unarchive it ? Comments, Suggestions, Threatnings and other nice things should
  117. be sent to the following adress:
  118.  
  119. Snail Mail:      Nils-Erik Reklev Skilnand
  120.                  Adalsveien 17B
  121.                  3185 Horten
  122.                  Skoppum
  123.                  NORWAY
  124.  
  125. E-Mail: Smurfepastill@hotmail.com 
  126.         skilnand@online.no
  127.  
  128. You could even reach me on IRC at irc.homelien.no  Just type /whois Smurf  
  129.  
  130. NB!!!! This script is one of my first. parts of it could be a bit lame....